home *** CD-ROM | disk | FTP | other *** search
- _
- _ Copyright (c) 1986, 1990 by The Trustees of Columbia University in
- _ the City of New York. Permission is granted to any individual or
- _ institution to use, copy, or redistribute this software so long as it
- _ is not sold for profit, provided this copyright notice is retained.
- _
- _ Author: Andrew Lowry
-
- /* Generic ccmd package error codes, all with zero in left half */
-
- fnerror(OK,`No error')
- fnerror(RPT,`Reparse required')
- fnerror(NOP,`Unable to parse input')
- fnerror(UNKF,`Unknown function code in FDB')
- fnerror(BOVF,`Command buffer overflow')
- fnerror(AOVF,`Atom buffer overflow')
- fnerror(EOF,`End of file encountered on command input')
- fnerror(INC,`More input required for successful parse')
- fnerror(NFDB,`Empty FDB chain presented for parsing')
- fnerror(GO,`Wakeup requested')
- fnerror(DFR,`Deferred action requested')
- fnerror(NOAR,`Automatic reparse mechanism failed or not available')
- fnerror(NDEF,`Default string could not be inserted')
- fnerror(IOVF,`Internal work buffer overflow')
- fnerror(IO,`Error in command line I/O operation')
- fnerror(BUFS,`Must allocate parse buffers before beginning parse')
- fnerror(PMT,`Must issue prompt before parsing command line')
- fnerror(AGN,`Retry requested by parse routine')
- fnerror(NOAE,`Automatic parse error handler failed')
- fnerror(BEL,`Completion routine requested a bell')
- fnerror(BEG,`Completion routine requested a bell and wakeup')
- fnerror(SOF,`Internal Stack Overflow')
- fnerror(SUF,`Internal Stack Underflow')
- fnerror(PRE,`Prefix table not defined')
-